//==============================================================================
// Zergling_anim.txt
//==============================================================================


                           ____________________________________
                          |                                    |
                          |      CREATED by WOLLIEWOLTAZ       |
                          |____________________________________|
//==============================================================================
//==============================================================================
//Particle Attachments:
//==============================================================================
//==============================================================================
define BirthSFX
{
   set hotspot
   {
      version
      {
         VisualParticle SFX A Generic Dust Medium
      }
   }
}
//==============================================================================
//==============================================================================
//VisualGranny:
//==============================================================================
//==============================================================================
anim Birth
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualGranny Zergling2_spawn
			Connect ATTACHPOINT BirthSFX hotspot
			tag SpecificSoundSet 0.01 false ZerglingCreation checkVisible
         }
      }
   }
}
//==============================================================================
anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualGranny Zergling_idle
	 }
      }
   }
}
//==============================================================================
anim Walk
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualGranny Zergling_run
	 }
      }
   }
}
//==============================================================================
anim Attack
{
   SetSelector
   {
VariationLogic
      set hotspot
      {
         version
         {
				VisualGranny Zergling_attackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.60 true   
               tag SpecificSoundSet 0.58 false SwordSwing checkVisible
//-- end auto generated section
		
         }
			version
         {
				VisualGranny Zergling_attackB
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.40 true   
               tag SpecificSoundSet 0.38 false SwordSwing checkVisible
//-- end auto generated section
         
	 }
			version
         {
				VisualGranny Zergling_attackC
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.70 true   
               tag SpecificSoundSet 0.68 false SwordSwing checkVisible
//-- end auto generated section
         
	 }
      }
   }
}
//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualGranny Zergling_death
	 }
      }
   }
}
//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualGranny Zergling_idle
			Length 0.70
	 }
      }
   }
}